os.root.closed (field)

5 uses

	os (current package)
		root_openat.go#L28: 	closed bool // set when closed
		root_openat.go#L34: 	if !r.closed && r.refs == 0 {
		root_openat.go#L37: 	r.closed = true
		root_openat.go#L45: 	if r.closed {
		root_openat.go#L59: 	if r.closed && r.refs == 0 {